home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / pcbmas16.zip / PCBMAST.CNF < prev    next >
Text File  |  1996-11-24  |  7KB  |  150 lines

  1. ;---------------------------------------------------------------------------
  2. ; Note: all configurations keywords are not case sensitive. You may
  3. ; write OLDDAYS as you may write Banner and so on
  4. ; Keywords can be so included:
  5. ;
  6. ;
  7. ; Name Dog Food BBS
  8. ;                       NaMEDog Food BBS
  9. ;     naME                                        Dog Food BBS
  10. ;
  11. ; Some keywords are mandatory, some are not. In case you omit one mandatory
  12. ; keyword the program will warn you and will exit. Others just turn some
  13. ; features on and off and can either be omitted or commented out.
  14. ;  NOTE: it's strongly suggested you read the file WHATS.NEW !!!
  15. ;  
  16. ;---------------------------------------------------------------------------
  17.  
  18. ;---------------------------------------------------------------------------
  19. ; title of master file list. It will be written on top of the master file
  20. ; list or under the banner, if you tell it to include a banner. Will be
  21. ; centered automatically
  22. ;---------------------------------------------------------------------------
  23. TITLE ░▒▓░▒▓ List of all files available ■ Main Board Conference ▓▒░▓▒░
  24.  
  25. ;---------------------------------------------------------------------------
  26. ; this is your bbs name, will be included into your master file list when
  27. ; needed
  28. ;---------------------------------------------------------------------------
  29. NAME Central Park Communications
  30.  
  31. ;---------------------------------------------------------------------------
  32. ; by this keyword you specify a header type for each file directory. There
  33. ; are 10 built-in header styles to choose from. Samples are included below
  34. ; the doc. * Mandatory *
  35. ;---------------------------------------------------------------------------
  36. Hdr 9
  37.  
  38. ;---------------------------------------------------------------------------
  39. ; this is the name of the pcboard file list to process. It is used to read
  40. ; the name of dir files to include into master file list.
  41. ; Dir files are just being read, no harm can be caused. * Mandatory *
  42. ;---------------------------------------------------------------------------
  43. Cnames c:\tp\master\cnames.@@@
  44.  
  45. ;---------------------------------------------------------------------------
  46. ; this is the name of the output master file list (full name and path)
  47. ; * mandatory *
  48. ;---------------------------------------------------------------------------
  49. OUTPUT Allfiles.lst
  50.  
  51. ;---------------------------------------------------------------------------
  52. ; this is the name of a banner you might want to include at the top of the
  53. ; output master file list - banner may be used to include a list of magic
  54. ; file names for request of for your bbs ad - just delete this or comment
  55. ; it out if you don't wish a banner to be included
  56. ;---------------------------------------------------------------------------
  57. Banner .\banners.asc
  58.  
  59. ;---------------------------------------------------------------------------
  60. ; by this keyword you tell PCBMaster what conference # to process for 
  61. ; master file list. (0 = Main Board). Note that this is a slightly 
  62. ; different than the one of PCBTot and PCBHead. In fact it accepts one 
  63. ; value only. That means that, while multiple conference can be processed by
  64. ; pcbhead and pcbtot with just one cfg file, you must still specify a 
  65. ; different cfg file per each conference # processed by PCBMaster.
  66. ; this is a limitation of my QuickParse library, which will be solved in 
  67. ; a next release. But, meantime, you still settle on the fact that PCBMaster
  68. ; is by any means the most powerful PCBoard Master File Compiler, though
  69. ; this limitation :-))
  70. ;---------------------------------------------------------------------------
  71. Process 0
  72.  
  73. ;---------------------------------------------------------------------------
  74. ; By this keyword you specify which dir number, of group of dirs you want
  75. ; to include in your master file list. Eg:
  76. ; IncDirs 1,6-8,22-25 : includes dir 1, 6 to 8 and 22 to 25
  77. ; IncDirs 2,4,78,125  : includes dirs 2, 4, 78, 125
  78. ;
  79. ; If you want all directories in this conference being included either
  80. ; delete this keyword, or comment it out.
  81. ;---------------------------------------------------------------------------
  82. ;incdirs 3-9
  83.  
  84. ;---------------------------------------------------------------------------
  85. ; Number of days for generation of new files list. If you set it to 30
  86. ; only files newer than 30 days will be included (40=files newer than 40 days
  87. ; and so on) - for allfiles list, set it to 0 (Olddays 0)
  88. ;---------------------------------------------------------------------------
  89. OldDays 0
  90.  
  91. ;---------------------------------------------------------------------------
  92. ; Name of the (optional) summarization report for this conference #, PCB 
  93. ; colorized
  94. ;---------------------------------------------------------------------------
  95. reportpcb c:\tp\master\rep.pcb
  96.  
  97. ;---------------------------------------------------------------------------
  98. ; Colors for your PCB colorized summary report. Please see included REP.PCB
  99. ; file.
  100. ;---------------------------------------------------------------------------
  101. framecol @X0F
  102. titcol @X0E
  103. areanumcol @X0B
  104. descareacol @X0E
  105. filesnumcol @X0D
  106. sizescol @X0D
  107. totalcol @X0A
  108.  
  109. ;---------------------------------------------------------------------------
  110. ; Name of the (optional) summarization report for this dir.lst, ASCII
  111. ;---------------------------------------------------------------------------
  112. Reportascii c:\tp\master\rep.asc
  113.  
  114. ;---------------------------------------------------------------------------
  115. ; Do you want PCBMaster to include Public Uploads directory? If so, then
  116. ; uncomment this keyword.
  117. ;---------------------------------------------------------------------------
  118. ;PublicUpload
  119.  
  120. ;---------------------------------------------------------------------------
  121. ; Name of an (optional) ascii file to include just bottom of your banner
  122. ; file. If this file contains @X codes, they will be removed. 
  123. ; You may use it if you wish to include a bulletin of the most downloaded
  124. ; file (works best with TopFiles), as well as something else.
  125. ;---------------------------------------------------------------------------
  126. ;HotFiles d:\pcb\buls\topfiles
  127.  
  128. ;---------------------------------------------------------------------------
  129. ; If you want one line only master file lists, uncomment this one
  130. ;---------------------------------------------------------------------------
  131. ;ShortFormat
  132.  
  133. ;---------------------------------------------------------------------------
  134. ; If you want mixed case for your master file lists, uncomment this one
  135. ;---------------------------------------------------------------------------
  136. ;MixCase
  137.  
  138. ;---------------------------------------------------------------------------
  139. ; If you want file sizes to be shown in Kb uncomment this one
  140. ;---------------------------------------------------------------------------
  141. ;Sizesinkb
  142.  
  143. ;---------------------------------------------------------------------------
  144. ; If you want PCBMaster to automatically compress created master file list
  145. ; uncomment this one. You must have PKZIP included in your PATH statement
  146. ; into your autoexec.bat - when this keyword, PCBMaster will shell to
  147. ; Pkzip and will archive the master list into the specified directory.
  148. ;---------------------------------------------------------------------------
  149. ;COMPRESSPATH C:\TP
  150.